Welcome![Sign In][Sign Up]
Location:
Search - html vc

Search list

[OpenGL programOpenGL_ActiveX

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 -opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http :// www.xmission.com/ ~ nate/glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut- 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \ vc7
Platform: | Size: 132096 | Author: xian | Hits:

[OS DevelopMyIE_Code

Description: 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http://www.morequick.com/down/hfile.zip,然后将2个头文件"tlogstg.h" 和 "exdisp.h"放到VC++的头文件目录,如: "C:\Program Files\Microsoft Visual Studio\VC98\Include". -1.MyIE revenue agreement revenue engine works to follow the terms of the GNU General Public License GPL ( GNU General Public License) development, Anyone can install permanent free use, you download and use the engine source code, Please read and agree with the permission (http :// www.gnu.org/copyleft/gpl.html). Chinese version (http :// www.morequick.com/down/gpl_chs.htm). 2. If the compiler works suggest you use the VC 6, you need to update two header file, please download here : http :// www.morequick.com/down/hfile.zip. Then two header file, "tlogstg.h" and "exdisp.h" has been transformed into the first VC directory , such as : "C : \ Program Files \ Microsoft Visual Studio \ VC98 \ Include. "
Platform: | Size: 385024 | Author: hhh | Hits:

[Internet-Networkhtmlhelp

Description: 一个Html文件帮助等,对VC等学习有很大的帮助-a document to help, such as learning to VC will be very helpful
Platform: | Size: 237568 | Author: jines | Hits:

[Search EngineSearchEngineCore

Description: 搜索引挚内核 SearchKernel.ocx控件被加载过10万个以上不同地址,通过了稳定性测试. 在VC, VB, Office, Web页上分别测试通过. SeKel.h是控件的接口说明. test目录中是控制的调用源代码. 控件内置多线程下载. 内置html完全解释.(解释了90%左右html脚本, 容错控制采用仿ie的技术) 内置javascrip有限解释.(解释了基本循环, 字符操作运算和整型运算) 内置正文分析的分解.(只仅中文简体) 后三项可以关掉, 采用第三方技术.-Search engines are loaded kernel SearchKernel.ocx control over more than 100,000 different addresses, the adoption of a tilt test. In VC, VB, Office, Web page, respectively, passed the test. SeKel.h is the control interface description. Test directory is called source code control. controls built multi-threaded download. built-html fully explain. (explains about 90 html script, fault-tolerant control using imitation ie the technology) built javascrip limited explanation. (explains the basic cycle of operation of computing characters and integer operations) built-in analysis of decomposition of the body. (only Simplified Chinese only) can be switched off after the three, using third-party technology.
Platform: | Size: 59392 | Author: xieds | Hits:

[J2ME070105111827

Description: 提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其
Platform: | Size: 445440 | Author: 智慧男孩 | Hits:

[Windows DevelopHTMLHelpQuerySample

Description: vc++ html帮助查询的一个例子 绝对最新,绝对唯一我刚英文资料里找来的-vc++ html help of an example query absolute latest and definitely the only information in English I have just found the
Platform: | Size: 125952 | Author: | Hits:

[IME Developbm

Description: 说明: tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -Description: tm.txt => input method to the original encoding table code table that is a dictionary example: should be small => large sort bm.zip => input method to establish source code table ime.zip => IME input method source tminstall.zip => install the source code input method imm.h multimon.h winhtml.zip => VC Treasury under the HTML compiler multimon.h Please imm.h and copied to the vc++ under the include directory under the user should be readmb function add your own code table reading
Platform: | Size: 8192 | Author: kuangxue | Hits:

[ActiveX/DCOM/ATL2007100802

Description: 用VC开发ACTIVEX,本书为html、配图,阅读摘录方便。-VC development with ACTIVEX, this book for the html, with maps, easy to read excerpts.
Platform: | Size: 2894848 | Author: pj | Hits:

[WEB CodeGetMainContent

Description: VC++6.0编写的内容提取程序,虽然可以提取内容,但是没有进行内容分析和HTML代码过滤,但是提供了一些思想-VC++ 6.0 extraction procedure to prepare the content, although content can be extracted, but no HTML code content analysis and filtering, but provides some ideas
Platform: | Size: 16384 | Author: voodooq | Hits:

[WEB Codeqinhuadaxue_c_programedesign

Description: 清华大学出品的html格式的vc学习教程 条理清晰非常详细-Tsing huaUniversity, produced the html format vc study the clarity of a very detailed tutorial
Platform: | Size: 10206208 | Author: Anlai | Hits:

[WEB Codeflashplay

Description: uch带缩略图漂亮首页flash,适用于各种网站建设的首页设计素材。全面支持静态html。-UCHome 1.5 vc-html
Platform: | Size: 168960 | Author: Leeyh | Hits:

[OS programvc_excel_webBrowser

Description: 一个vc操作excel表,并且写html文件让webBrowser显示出来的代码。可以适应excel表结构变动的情况。详细请看Debug下的数据.xsl-Vc operation of a excel sheet and write html file so that the code displayed webBrowser. Excel can adapt to changes in table structure. See detailed Debug Data. Xsl
Platform: | Size: 177152 | Author: 赵久文 | Hits:

[JSP/Javaxuwei

Description: 2, and is familiar with C, C + +, VC + +, Delphi, Visual C #, ASP.NET, java-script, HTML, and other... Job Description: completion of the financial Invoicing (Delphi + SQL, C / S), mainly involved in th... -2, and is familiar with C, C++, VC++, Delphi, Visual C#, ASP.NET, java-script, HTML, and other... Job Description: completion of the financial Invoicing (Delphi+ SQL, C/S), mainly involved in th...
Platform: | Size: 1128448 | Author: 徐伟 | Hits:

[Internet-NetworkGetHtml

Description: VC2005写的 CHttpFile类 读取网页原码的小程序-VC2005 category CHttpFile write code to read the original web page applet
Platform: | Size: 39936 | Author: libo | Hits:

[WEB CodeFToA_prog

Description: 压缩包里包括一个.h文件和一个.cpp文件,用带有TXT文件路径参数的构造函数建立对象,就可以自动把TXT文件中的数值保存到数组中,这个类用的是DOUBLE型,可以根据自己的需要更改,我初学VC,有不妥的地方请指正。具体介绍可以到http://blog.sina.com.cn/s/blog_487547aa0100afcu.html查看-Includes a compression bag. H file and a. Cpp file with a TXT file path parameter to establish the object constructor, you can TXT file automatically saved to the array of values, this category is used for type DOUBLE can be according to their need to change, I am learning VC, there is nothing wrong with it, please correct me. Details can http://blog.sina.com.cn/s/blog_487547aa0100afcu.html Show
Platform: | Size: 2048 | Author: robert | Hits:

[OS programdll_Is_Sample4

Description: 创建dll很简单,方法4,创建一个纯资源dll,并实现调用,本例给出了一个通过调用dll文件中的html实现在vc程序中完成多媒体程序的方法-Creating dll is very simple, method 4, to create a pure resource dll, and to achieve the call, in this case is given by calling a dll file html to achieve the completion of the program in the vc method of multimedia programs
Platform: | Size: 410624 | Author: haol | Hits:

[VC/MFCxuexiVC6

Description: 从最基础开始学习vc++,html格式,适合初学者-From the most basic started to learn vc++, html format, suitable for beginners
Platform: | Size: 142336 | Author: 林子 | Hits:

[VC/MFCvcshortcut

Description: VC编程的好工具,总结罗列了VS编程中的捷径,为已编译的HTML,阅读方便-VC a good tool for programming, summed up a list of the VS programming shortcut for compiled HTML, easy to read
Platform: | Size: 48128 | Author: zhangpan | Hits:

[ActiveX/DCOM/ATLpdfviewerocx

Description: 以pdfview.ocx开发的pdf阅读器!!包含vb,vc,.net,C#,html各平台的源代码-PDF reader
Platform: | Size: 2778112 | Author: kun | Hits:

[Software EngineeringVCFormat

Description: VC++中Format函数详解文章出处:DIY部落(http://www.diybl.com/course/3_program/vc/vc_js/2008825/137385.html)-format
Platform: | Size: 6144 | Author: apple | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net